home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / test / makefile.dos < prev    next >
Encoding:
Makefile  |  1997-08-18  |  285 b   |  13 lines  |  [TEXT/R*ch]

  1. all:
  2.     del result
  3.     mosml -P full test.sml > result
  4.     mosml -P full < ovlfail.sml >> result
  5.     mosml -P full < constfai.sml >> result
  6.     mosml -P full < testcon.sml >> result
  7.     mosml -P full < testty.sml >> result
  8.     mosml -P full < typerr.sml >> result
  9.     fc result result.ok
  10.  
  11. clean:
  12.     del result
  13.